Misc additions.
authorMatthias Clasen <mclasen@redhat.com>
Wed, 7 Jul 2004 16:22:57 +0000 (16:22 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 7 Jul 2004 16:22:57 +0000 (16:22 +0000)
2004-07-07  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/*: Misc additions.

* gtk/gtk-sections.txt: Updates.

* gtk/tmpl/gtkcellrendererprogress.sgml: New file.

* gtk/gtk-docs.sgml: Add GtkCellRendererProgress.

* gtk/Makefile.am (HTML_IMAGES): Add file and directory icons.

13 files changed:
docs/reference/ChangeLog
docs/reference/gtk/Makefile.am
docs/reference/gtk/gtk-docs.sgml
docs/reference/gtk/gtk-sections.txt
docs/reference/gtk/tmpl/gtkcellrenderer.sgml
docs/reference/gtk/tmpl/gtkcellrendererprogress.sgml [new file with mode: 0644]
docs/reference/gtk/tmpl/gtkcombobox.sgml
docs/reference/gtk/tmpl/gtkentrycompletion.sgml
docs/reference/gtk/tmpl/gtkframe.sgml
docs/reference/gtk/tmpl/gtkiconview.sgml
docs/reference/gtk/tmpl/gtkstock.sgml
docs/reference/gtk/tmpl/gtktoolbar.sgml
docs/reference/gtk/tmpl/gtktreeview.sgml

index e9bc080d63b0be4fa40b5753ef1c99ad590eb438..ec117d5b9d19dd345c344a0831a40181a057b425 100644 (file)
@@ -1,3 +1,15 @@
+2004-07-07  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/tmpl/*: Misc additions.
+
+       * gtk/gtk-sections.txt: Updates.
+
+       * gtk/tmpl/gtkcellrendererprogress.sgml: New file.
+
+       * gtk/gtk-docs.sgml: Add GtkCellRendererProgress.
+
+       * gtk/Makefile.am (HTML_IMAGES): Add file and directory icons.
+
 2004-07-04  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtk-docs.sgml: 
index ada1d598993df50bac32338c1860e131ab4aa828..1bbb7a726a897f54283d756c1f0bfef9c0c8fb64 100644 (file)
@@ -124,9 +124,11 @@ HTML_IMAGES = \
        $(top_srcdir)/gtk/stock-icons/stock_dialog_info_48.png          \
        $(top_srcdir)/gtk/stock-icons/stock_dialog_question_48.png      \
        $(top_srcdir)/gtk/stock-icons/stock_dialog_warning_48.png       \
+       $(top_srcdir)/gtk/stock-icons/stock_directory_24.png            \
        $(top_srcdir)/gtk/stock-icons/stock_dnd_32.png                  \
        $(top_srcdir)/gtk/stock-icons/stock_dnd_multiple_32.png         \
        $(top_srcdir)/gtk/stock-icons/stock_exec_24.png                 \
+       $(top_srcdir)/gtk/stock-icons/stock_file_24.png                 \
        $(top_srcdir)/gtk/stock-icons/stock_search_24.png               \
        $(top_srcdir)/gtk/stock-icons/stock_search_replace_24.png       \
        $(top_srcdir)/gtk/stock-icons/stock_bottom_24.png               \
index ba6b929bc3d4b729b407d9bdd0bcacd16d01f266..eeb4a30a420a49859f038c9d9de8f0d0a7d9fcfe 100644 (file)
 <!ENTITY GtkCellRenderer SYSTEM "xml/gtkcellrenderer.xml">
 <!ENTITY GtkCellEditable SYSTEM "xml/gtkcelleditable.xml">
 <!ENTITY GtkCellRendererPixbuf SYSTEM "xml/gtkcellrendererpixbuf.xml">
+<!ENTITY GtkCellRendererProgress SYSTEM "xml/gtkcellrendererprogress.xml">
 <!ENTITY GtkCellRendererText SYSTEM "xml/gtkcellrenderertext.xml">
 <!ENTITY GtkCellRendererToggle SYSTEM "xml/gtkcellrenderertoggle.xml">
 <!ENTITY GtkListStore SYSTEM "xml/gtkliststore.xml">
@@ -383,6 +384,7 @@ that is, GUI components such as <link linkend="GtkButton">GtkButton</link> or
         &GtkCellRenderer;
         &GtkCellEditable;
         &GtkCellRendererPixbuf;
+        &GtkCellRendererProgress;
         &GtkCellRendererText;
         &GtkCellRendererToggle;
         &GtkListStore;
index 0bb4fe8d08f6989ec983ee62292286bb004a9385..87a738711d31f7691e83a8cd514c6971271de5ca 100644 (file)
@@ -692,6 +692,10 @@ gtk_combo_box_remove_text
 gtk_combo_box_get_active_text
 gtk_combo_box_popup
 gtk_combo_box_popdown
+gtk_combo_box_get_row_separator_column
+gtk_combo_box_set_row_separator_column
+gtk_combo_box_set_add_tearoffs
+gtk_combo_box_get_add_tearoffs
 <SUBSECTION Standard>
 GTK_TYPE_COMBO_BOX
 GTK_COMBO_BOX
@@ -1554,6 +1558,14 @@ gtk_icon_view_get_selected_items
 gtk_icon_view_select_all
 gtk_icon_view_unselect_all
 gtk_icon_view_item_activated
+<SUBSECTION Standard>
+GTK_ICON_VIEW_CLASS
+GTK_IS_ICON_VIEW
+GTK_IS_ICON_VIEW_CLASS
+GTK_ICON_VIEW_GET_CLASS
+GTK_TYPE_ICON_VIEW
+GTK_ICON_VIEW
+<SUBSECTION Private>
 gtk_icon_view_get_type
 </SECTION>
 
@@ -3907,6 +3919,9 @@ gtk_tree_view_get_hover_selection
 gtk_tree_view_set_hover_selection
 GtkTreeDestroyCountFunc
 gtk_tree_view_set_destroy_count_func
+GtkTreeViewRowSeparatorFunc
+gtk_tree_view_get_row_separator_func
+gtk_tree_view_set_row_separator_func
 <SUBSECTION Standard>
 GtkTreeSelectionClass
 GTK_TREE_VIEW
@@ -4052,6 +4067,7 @@ GTK_IS_CELL_RENDERER_PROGRESS_CLASS
 GTK_CELL_RENDERER_PROGRESS_GET_CLASS
 <SUBSECTION Private>
 gtk_cell_renderer_progress_get_type
+GtkCellRendererProgressPrivate
 </SECTION>
 
 <SECTION>
@@ -5137,9 +5153,11 @@ GTK_STOCK_DIALOG_ERROR
 GTK_STOCK_DIALOG_INFO
 GTK_STOCK_DIALOG_QUESTION
 GTK_STOCK_DIALOG_WARNING
+GTK_STOCK_DIRECTORY
 GTK_STOCK_DND
 GTK_STOCK_DND_MULTIPLE
 GTK_STOCK_EXECUTE
+GTK_STOCK_FILE
 GTK_STOCK_FIND
 GTK_STOCK_FIND_AND_REPLACE
 GTK_STOCK_FLOPPY
index e0755d92ee2ec85aca52e785c9b08575b7f4155f..6447612a1299cee241466bd93d59f98f463713b0 100644 (file)
@@ -108,6 +108,11 @@ it cannot be individually modified.
 
 </para>
 
+<!-- ##### ARG GtkCellRenderer:sensitive ##### -->
+<para>
+
+</para>
+
 <!-- ##### ARG GtkCellRenderer:visible ##### -->
 <para>
 
diff --git a/docs/reference/gtk/tmpl/gtkcellrendererprogress.sgml b/docs/reference/gtk/tmpl/gtkcellrendererprogress.sgml
new file mode 100644 (file)
index 0000000..eff71ec
--- /dev/null
@@ -0,0 +1,40 @@
+<!-- ##### SECTION Title ##### -->
+GtkCellRendererProgress
+
+<!-- ##### SECTION Short_Description ##### -->
+Renders numbers as progress bars
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### STRUCT GtkCellRendererProgress ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### ARG GtkCellRendererProgress:text ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkCellRendererProgress:value ##### -->
+<para>
+
+</para>
+
+<!-- ##### FUNCTION gtk_cell_renderer_progress_new ##### -->
+<para>
+
+</para>
+
+@Returns: 
+
+
index faa53d58822ca263bd8594c36ae5a1f0cdf02924..78f1d5c7b155ec00c83e87965e909cdad02aa2eb 100644 (file)
@@ -47,6 +47,11 @@ a widget used to choose from a list of items.
 
 </para>
 
+<!-- ##### ARG GtkComboBox:row-separator-column ##### -->
+<para>
+
+</para>
+
 <!-- ##### ARG GtkComboBox:row-span-column ##### -->
 <para>
 
@@ -150,6 +155,8 @@ a widget used to choose from a list of items.
 </para>
 
 @combo_box: 
+@index_: 
+<!-- # Unused Parameters # -->
 @index: 
 
 
@@ -260,3 +267,39 @@ a widget used to choose from a list of items.
 @combo_box: 
 
 
+<!-- ##### FUNCTION gtk_combo_box_get_row_separator_column ##### -->
+<para>
+
+</para>
+
+@combo_box: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gtk_combo_box_set_row_separator_column ##### -->
+<para>
+
+</para>
+
+@combo_box: 
+@column: 
+
+
+<!-- ##### FUNCTION gtk_combo_box_set_add_tearoffs ##### -->
+<para>
+
+</para>
+
+@combo_box: 
+@add_tearoffs: 
+
+
+<!-- ##### FUNCTION gtk_combo_box_get_add_tearoffs ##### -->
+<para>
+
+</para>
+
+@combo_box: 
+@Returns: 
+
+
index ddbc41625c6a09653fd4ff53d3e8396c534e186e..4b6c312bd27d15bda068852c97c2f89cb6df4d96 100644 (file)
@@ -77,6 +77,11 @@ The GtkEntryCompletion struct contains only private data.
 
 </para>
 
+<!-- ##### ARG GtkEntryCompletion:text-column ##### -->
+<para>
+
+</para>
+
 <!-- ##### USER_FUNCTION GtkEntryCompletionMatchFunc ##### -->
 <para>
 A function which decides whether the row indicated by @iter matches a given 
@@ -173,8 +178,10 @@ to the unmodified key via <literal>gtk_entry_get_text (GTK_ENTRY (gtk_entry_comp
 </para>
 
 @completion: 
-@index: 
+@index_
 @text: 
+<!-- # Unused Parameters # -->
+@index: 
 
 
 <!-- ##### FUNCTION gtk_entry_completion_insert_action_markup ##### -->
@@ -183,8 +190,10 @@ to the unmodified key via <literal>gtk_entry_get_text (GTK_ENTRY (gtk_entry_comp
 </para>
 
 @completion: 
-@index: 
+@index_
 @markup: 
+<!-- # Unused Parameters # -->
+@index: 
 
 
 <!-- ##### FUNCTION gtk_entry_completion_delete_action ##### -->
@@ -193,6 +202,8 @@ to the unmodified key via <literal>gtk_entry_get_text (GTK_ENTRY (gtk_entry_comp
 </para>
 
 @completion: 
+@index_: 
+<!-- # Unused Parameters # -->
 @index: 
 
 
@@ -205,3 +216,12 @@ to the unmodified key via <literal>gtk_entry_get_text (GTK_ENTRY (gtk_entry_comp
 @column: 
 
 
+<!-- ##### FUNCTION gtk_entry_completion_get_text_column ##### -->
+<para>
+
+</para>
+
+@completion: 
+@Returns: 
+
+
index 7d8e42a62d1ec9bd16be956d96207b5448b0e4cf..fbe0d1249fcf73b3c75f583868cc251bc4e4fa2c 100644 (file)
@@ -83,16 +83,16 @@ label can be controlled with gtk_frame_set_label_align().
 <para>
 </para>
 
-@frame:
-@xalign:
-@yalign:
+@frame: 
+@xalign: 
+@yalign: 
 
 
 <!-- ##### FUNCTION gtk_frame_set_shadow_type ##### -->
 <para>
 </para>
 
-@frame:
+@frame: 
 @type: 
 
 
index 66dc0abdbf70db3d36d17b2748f02f46c1705dba..0ec291d9e06115502a558117376f6ec0b7d37aed 100644 (file)
@@ -9,19 +9,25 @@ A widget which displays a list of icons in a grid
 
 </para>
 
-
 <!-- ##### SECTION See_Also ##### -->
 <para>
 
 </para>
 
-
 <!-- ##### STRUCT GtkIconView ##### -->
 <para>
 
 </para>
 
 
+<!-- ##### SIGNAL GtkIconView::activate-cursor-item ##### -->
+<para>
+
+</para>
+
+@iconview: the object which received the signal.
+@Returns: 
+
 <!-- ##### SIGNAL GtkIconView::item-activated ##### -->
 <para>
 
index 5629491f6ba276a3be0e82dab6bb7ed78ee3be41..277b24b1a9b8ae93541a9d9f51276004ad263077 100644 (file)
@@ -234,6 +234,14 @@ The "Warning" item.
 
 
 
+<!-- ##### MACRO GTK_STOCK_DIRECTORY ##### -->
+<para>
+The "Directory" icon.
+<inlinegraphic fileref="stock_directory_24.png" format="PNG"></inlinegraphic>
+</para>
+
+
+
 <!-- ##### MACRO GTK_STOCK_DND ##### -->
 <para>
 The "Drag-And-Drop" icon.
@@ -258,6 +266,16 @@ The "Execute" item.
 
 
 
+<!-- ##### MACRO GTK_STOCK_FILE ##### -->
+<para>
+<para>
+The "File" icon.
+<inlinegraphic fileref="stock_file_24.png" format="PNG"></inlinegraphic>
+</para>
+</para>
+
+
+
 <!-- ##### MACRO GTK_STOCK_FIND ##### -->
 <para>
 The "Find" item.
index 7b695a98f603451a1d9402a569007df2c42b4ee5..f319821459c1a603b733e2e3c769c66af37862f1 100644 (file)
@@ -244,6 +244,8 @@ to a #GtkToolbar.
 
 @toolbar: 
 @tool_item: 
+@index_: 
+<!-- # Unused Parameters # -->
 @index: 
 
 
index f6ac199a179f631d6a32e8dbb127fcf2e82e4a48..ef983db4b6ef95a030a9ac4e334ac81d707bdad0 100644 (file)
@@ -951,9 +951,6 @@ has some similarity to strcmp() returning 0 for equal strings.
 @search_equal_func: 
 @search_user_data: 
 @search_destroy: 
-<!-- # Unused Parameters # -->
-@search_compare_func: 
-@search_data: 
 
 
 <!-- ##### FUNCTION gtk_tree_view_get_fixed_height_mode ##### -->
@@ -971,7 +968,7 @@ has some similarity to strcmp() returning 0 for equal strings.
 </para>
 
 @tree_view: 
-@hover
+@enable
 
 
 <!-- ##### FUNCTION gtk_tree_view_get_hover_selection ##### -->
@@ -1014,3 +1011,37 @@ has some similarity to strcmp() returning 0 for equal strings.
 @destroy: 
 
 
+<!-- ##### USER_FUNCTION GtkTreeViewRowSeparatorFunc ##### -->
+<para>
+Function type for determining whether the row pointed to by @iter should
+be rendered as a separator. A common way to implement this is to have a
+boolean column in the model, whose values the #GtkTreeViewRowSeparatorFunc
+returns.
+</para>
+
+@model: the #GtkTreeModel
+@iter: a #GtkTreeIter pointing at a row in @model
+@data: user data 
+@Returns: %TRUE if the row is a separator
+
+
+<!-- ##### FUNCTION gtk_tree_view_get_row_separator_func ##### -->
+<para>
+
+</para>
+
+@tree_view:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_tree_view_set_row_separator_func ##### -->
+<para>
+
+</para>
+
+@tree_view: 
+@func:
+@data:
+@destroy: 
+
+